
<!DOCTYPE html>
<html lang="en" dir="ltr>
	<head>
		<!--
		INF250vc Chaper 2, Pacific Trails Resort
		
		Authro: Manila Sopha
		date: 9/5/2024
			-->
			<meta charset = "utf-8">
			<meta name = "viewport" content = "width= device-width, inital-scale=1.0 ">
			<title>Pacific Trail Resort</title>
		</head>
		<body>
		<!-- Wireframe content always goes in the body
		-->
		
		<header><!--heading 1 always goes in the header to tell the search engines what the main of topic is-->
<header>
  <h1>Pacific Trails Resort</h1>
</header>
<nav>
  <b>Home &nbsp; Yurts &nbsp; Activites &nbsp; Reservation &nbsp</b>
</nav>
<main>
  <h2>Enjoy Nature in Luxury</h2>
  <p>Pacific Trails Resort offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean.
  Your stay at the Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.</p>
  <ul>
	<li>Unwind in the heated outdoor pool and whirlpool</li>
	<li>Explore the coast on your own or join our guided tours</li>
	<li>Relax in our lodge while enjoying complimentary applitizers and beverages</li>
	<li>Savor nightly fine dining with an ocean view</li>
	</ul>
	<h2>Pacific Trails Resort</h2>
<ul>
<li>Pacific Trails Resort </li>
<1i>12010 Pacific Trails Road</li>
<li>Zephyr, Ca 95555 </li>
</ul>
 
<footer>
<li>Phone: 316-299-4576 </li>
  <small><i>Copyright &copy; 2024 ManilaSopha</i></small>
<li>E-mail: Msopha@PacificTrailsResort.com</li>
</footer>


